(other_visible_frames): No longer static.
authorRichard M. Stallman <rms@gnu.org>
Mon, 23 May 1994 05:38:20 +0000 (05:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 23 May 1994 05:38:20 +0000 (05:38 +0000)
src/frame.c

index 8d9a1ea4a8ec0fac2a2892293eaf67c54951dac5..f843345d936cc899563e596d90b1801a5cffe451 100644 (file)
@@ -732,7 +732,7 @@ Otherwise, include all frames.")
    0 if all frames aside from F are invisible.
    (Exception: if F is the terminal frame, and we are using X, return 1.)  */
 
-static int
+int
 other_visible_frames (f)
      FRAME_PTR f;
 {